IApi.StopLog method

Stops recording the specified data in the logging shared memory.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsCommandStatus<int> StopLog()
Function StopLog() As KsCommandStatus(Of Integer)

Return value

Type: KsCommandStatus<int>

Returns a state of a method and an integer.

Remarks

StopLog stops the log if it was started by another application or if you don't have the KsCommandStatus variable.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

IApi Interface

IntervalZero.KINGSTAR.Base.Api Namespace